home *** CD-ROM | disk | FTP | other *** search
/ Aminet 19 / Aminet 19 (1997)(GTI - Schatztruhe)[!][Jun 1997].iso / Aminet / util / wb / clvrwin.lha / CLVRWIN / Install < prev    next >
Text File  |  1997-04-07  |  421b  |  24 lines

  1. ; Installer script for CleverWIN, © 1997 by Stephan Rupprecht
  2.  
  3. (set @default-dest "SYS:WBStartup/")
  4.  
  5. (copylib
  6.     (prompt    "Copying notifyinytuition.library")
  7.     (help         @copylib-help)
  8.     (source     "notifyintuition.library")
  9.     (dest     "LIBS:")
  10.     (confirm)
  11. )
  12.  
  13. (copyfiles
  14.     (help        @copyfiles-help)
  15.     (source     "CleverWIN")
  16.     (dest        @default-dest)
  17. )
  18.  
  19. (copyfiles
  20.     (help        @copyfiles-help)
  21.     (source     "CleverWIN.info")
  22.     (dest        @default-dest)
  23. )
  24.